home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Interapplication Communication / MenuScripter 4.0 / MenuScripter / MenuScripter.rsrc / SCPT_4262_Style - Shadow.txt < prev    next >
Encoding:
Text File  |  1996-07-09  |  368 b   |  11 lines

  1. # (decoded with TMPL 128)
  2. Text: 'tell application "MenuScripter"
  3. copy selection of document 1 to usersel
  4. copy style of usersel to selstyle
  5. if on styles of selstyle contains shadow then
  6. set x to {class:text style info, on styles:{}, off styles:{shadow}}
  7. else
  8. set x to {class:text style info, on styles:{shadow}, off styles:{}}
  9. end if
  10. set style of usersel to x
  11. end tell'